GrapeCity Secure Mail for .NET 4.0J
GetBytes(Char[],Int32,Int32,Byte[],Int32) メソッド

エンコードする文字の配列。
最初の文字のインデクサー。
文字数。
出力先のバイト配列。
最初の出力バイトのインデックス。
指定した文字配列をバイト配列にエンコードします。
シンタックス
Public Overloads Overrides Function GetBytes( _
   ByVal chars() As Char, _
   ByVal charIndex As Integer, _
   ByVal charCount As Integer, _
   ByVal bytes() As Byte, _
   ByVal byteIndex As Integer _
) As Integer
public override int GetBytes( 
   char[] chars,
   int charIndex,
   int charCount,
   byte[] bytes,
   int byteIndex
)

パラメータ

chars
エンコードする文字の配列。
charIndex
最初の文字のインデクサー。
charCount
文字数。
bytes
出力先のバイト配列。
byteIndex
最初の出力バイトのインデックス。

戻り値の型

エンコードに必要なバイト数。
解説
GetBytes(Char[],Int32,Int32,Byte[],Int32)がエンコードされた文字を格納するために必要とする配列サイズを正確に計算するには、GetByteCount(Char[],Int32,Int32)を使用します。最大の配列サイズを計算するには、GetMaxByteCountを使用します。
参照

参照

ImapUTF7 クラス
ImapUTF7 メンバ
オーバーロード一覧

 

 


© 2003, GrapeCity inc. All rights reserved.